Change the way that MESSAGE_PARAMETER_COUNT_MISMATCH is diagnosed (using a
authorEwan Mellor <ewan@xensource.com>
Mon, 25 Dec 2006 16:20:23 +0000 (16:20 +0000)
committerEwan Mellor <ewan@xensource.com>
Mon, 25 Dec 2006 16:20:23 +0000 (16:20 +0000)
commit5474facc9b827071e84299e590f7295420ddbd26
treef46c1cf881b72f47ea9193012e845cd391e6f7bf
parent36d5fb9d37e8af69067dbcbdd75f3de155c51d84
Change the way that MESSAGE_PARAMETER_COUNT_MISMATCH is diagnosed (using a
separate dictionary to record parameter counts, rather than trying to parse them
out of the exception) and tidy up the validator preprocessing and the
validators themselves.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendAPI.py